home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp.hpux,comp.lang.c
- Path: phcoms4.seri.philips.nl!panther!baynes
- From: baynes@ukpsshp1.serigate.philips.nl (Stephen Baynes)
- Subject: Re: RFI: meaning of -Ae option of HP-UX's c89(1)
- Sender: news@ukpsshp1.serigate.philips.nl (account for localnews)
- Message-ID: <DoAv2v.74p@ukpsshp1.serigate.philips.nl>
- Date: Fri, 15 Mar 1996 08:18:30 GMT
- Distribution: na
- References: <steve.826731720@buddy.unidata.ucar.edu>
- Organization: Philips Semiconductors, Southampton, UK
- X-Newsreader: TIN [version 1.2 PL2]
- Followup-To: comp.sys.hp.hpux,comp.lang.c
-
-
- Note inappropriate cross posting to comp.std.c removed.
-
- Steve Emmerson (steve@unidata.ucar.edu) wrote:
- : Hi,
-
- : If you know the meaning of the `-Ae' option of HP-UX's c89(1) compiler,
- : I would appreciate hearing from you. This option isn't documented in
- : the manual page.
-
- : Here's my system:
-
- : HP-UX xxxxx A.09.05 A 9000/715 2010262449 two-user license
-
- c89 does not recognize the -Ae option. However cc does. It means
- enable some HP-UX specific extensions to the compiler. These are
- to define _HPUX_SOURCE to see all HPUX supported functions and to
- add some language extensions. They only one I can remember is 'short enum'.
- Judging by the fact it is not documented in the latest man pages makes me
- think it is an option for which support is being removed.
-
- --
- Stephen Baynes baynes@ukpsshp1.serigate.philips.nl
- Philips Semiconductors Ltd
- Southampton My views are my own.
- United Kingdom
-